filechooserentry: Remove unused enum
authorBenjamin Otte <otte@redhat.com>
Fri, 16 Dec 2011 17:32:25 +0000 (18:32 +0100)
committerBenjamin Otte <otte@redhat.com>
Fri, 16 Dec 2011 19:09:14 +0000 (20:09 +0100)
gtk/gtkfilechooserentry.c

index 397151848009a8c536f3d8ac4de35885be7a1d94..3010c94218f4fe37d2421afb5400077db7d62537 100644 (file)
@@ -45,12 +45,6 @@ struct _GtkFileChooserEntryClass
   GtkEntryClass parent_class;
 };
 
-/* Action to take when the current folder finishes loading (for explicit or automatic completion) */
-typedef enum {
-  LOAD_COMPLETE_NOTHING,
-  LOAD_COMPLETE_EXPLICIT_COMPLETION
-} LoadCompleteAction;
-
 struct _GtkFileChooserEntry
 {
   GtkEntry parent_instance;